Package-level declarations
Types
Represents a KoneMutableList which inner structure has a capacity that can be increased.
Represents a nodded version of KoneGrowableMutableList. See KoneNoddedList for more.
Represents a finite collection of elements with some order on them.
Represents iterator over KoneList with iteration order coincident with the list elements order. See KoneLinearIterator for more.
Represents a node in the inner structure of a KoneNoddedList. See KoneNoddedList and KoneList for more.
Represents a finite collection of elements with some order on them with possibility to add, replace, and replace element at the provided index.
Represents iterator over KoneMutableList with iteration order coincident with the list elements order. See KoneMutableLinearIterator for more.
Represents a node in the inner structure of a KoneMutableNoddedList. See KoneMutableNoddedList and KoneMutableList for more.
Represents a nodded version of KoneMutableList. See KoneNoddedList for more.
Represents iterator over KoneMutableNoddedList.
Represents a nodded version of KoneList.
Represents iterator over KoneNoddedList.
Represents a finite collection of elements with some order on them with possibility to replace element at the provided index.
Represents iterator over KoneSettableList with iteration order coincident with the list elements order. See KoneSettableLinearIterator for more.
Represents a node in the inner structure of a KoneSettableNoddedList. See KoneSettableNoddedList and KoneSettableList for more.
Represents a nodded version of KoneSettableList. See KoneNoddedList for more.
Represents iterator over KoneSettableNoddedList.
Properties
Functions
Adds provided elements at the end of the ordered collection.
Returns empty list.
Returns a mutable list of provided size of elements produced by the initializer.
Returns a settable list of provided size of elements produced by the initializer.
Iterates over the collection and retains only the elements matching the predicate.
Iterates over the collection and retains only the elements matching the predicate.